* {
    margin:0px;
    padding:0px;
    font-style: normal;
}
ul,li{
    list-style-type:none
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    font-family:Microsoft YaHei;
    font-size: 12px;
    line-height:1;
    background: #f6f6f6;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    text-decoration: none;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #333;
}
a:hover{
    color: #f40;
    transition: color .2s ease-in-out;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
.menuHolder_bor {
    width:1000px;
    position:relative;

}
.menuHolder_bg {
    position: absolute;
    top: 0;
    left:0;
    z-index:19;
}
/*    margin:1px 0 20px 0; */
.menuHolder {
 
    text-align:center;
    position:relative;
    height:82px;
    z-index:20;
    top: 0;
    left:0;
    -moz-perspective: 100px;
    -webkit-perspective: 100px;
    -o-perspective: 100px;
    perspective: 100px;
}
.menuHolder ul.nav li {
    display:inline-block;
    display:inline;
}
.menuHolder ul.nav {
    padding:0;
    margin:0;
    list-style:none;
    float: right;
    display:inline-block;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.menuHolder ul.nav li {
    float:left;
    min-width: 100px;
    text-align: center;
    display:block;
    position: relative;
    background:transparent;
}
.menuHolder ul.nav > li {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.menuHolder ul.nav li a.sf-with-ul {
    display:block;
    text-decoration:none;
    width:100px;
    text-align: center;
    height:82px;
    line-height:116px;
    font-size: 18px;
    font-weight: 500;
    color:#fff;
}
.menuHolder ul.nav li a.sf-with-uls {
    display:block;
    text-decoration:none;
    width:100px;
    text-align: center;
    height:116px;
    line-height:116px;
    font-size: 18px;
    font-weight: 500;
    color:#fff;
}
/*.menuHolder ul.nav li a.sf-with-ul em {*/
 /*   display: inline-block;*/
 /*   width:12px;*/
 /*   height: 7px;*/
 /*   padding-left:10px;*/
 /*   background:url(../images/downward.png) no-repeat center right;*/
/*}*/
.menuHolder ul.nav li a.sf-with-ul b {
    
}
.menuHolder ul.nav li:hover a.sf-with-ul {
    background:#015293;
}
.menuHolder ul.nav li:hover div ul li a.sf-with-ul:hover{
    background-color:#3c7ac3;
}
.menuHolder ul.nav li a.sf-with-uls b {
    
}
.menuHolder ul.nav li:hover a.sf-with-uls {
    background:#015293;
}
.menuHolder ul.nav li:hover div ul li a.sf-with-uls:hover{
    background-color:#3c7ac3;
}
.menuHolder ul.nav div {
    position:absolute;
    top:80px;
    left:0;
    min-width:100px;
    background:#015293;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -moz-transform-origin: 0px 0px;
    -moz-transform: rotateX(-100deg);
    -webkit-transform-origin: 0px 0px;
    -webkit-transform: rotateX(-110deg);
    -o-transform-origin: 0px 0px;
    -o-transform: rotateX(-110deg);
    transform-origin: 0px 0px;
    transform: rotateX(-110deg);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.menuHolder ul.nav div ul {
    list-style:none;
}
.menuHolder ul.nav div ul li {
    display:inline;
    float: none;
}
.menuHolder ul.nav div ul li a.sf-with-ul {
    display:block;
    text-decoration:none;
    color:#fff;
    font-size:16px;
    line-height: 40px;
    height:40px;
    margin:0;
}
.menuHolder ul.nav div ul li a.sf-with-uls {
    display:block;
    text-decoration:none;
    color:#fff;
    font-size:16px;
    line-height: 40px;
    height:40px;
    margin:0;
}
.menuHolder ul.nav li:hover div{
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
#menu-item-105 ul{
	width: 310px;
	height: 319px;
	display: flex;
	flex-wrap: wrap;
}
#menu-item-105 ul a.sf-with-ul{
	width: 150px;
}
#menu-item-105 ul a.sf-with-uls{
	width: 150px;
}
/*头部背景*/
.top_nav {
    width: 100%;
    min-width:1200px;
    height:116px;
    font-size: 0;
    position: relative;
    z-index:999;
}
.nav_left_bg {
    width: 25%;
    height:116px;
    display:inline-block;
    background:url(../images/nav_left_bg.jpg) repeat #015293;
    position: absolute;
    left:0;
}
.nav_right_bg {
    width:75%;
    height:116px;
    display:inline-block;
    opacity:0.7;
    opacity: 0.7;
    filter:alpha(opacity=70); 
    position:absolute;
    right:0;
}
.nav_right_bg1 {
    height: 33px;
    background:#015293;
   
}
.nav_right_bg2 {
    height: 83px;
    background:#015293;
}
.warp {
    width: 1250px;
    height: 116px;
    margin:auto;
    z-index:9;
    position: relative;
    font-size: 14px;
}
.top_logo {
    width: 300px;
    height: 116px;
    float: left;
	background:url(../images/nav_left_bg.jpg) repeat #015293;
}
.top_logo a{
    display: block;
    width: 387px;
    height: 116px;
}
.top_logo a img{
    vertical-align: top;
    width: 387px;
   /* height: 116px; */
    border:0;
	margin-top: -5px;
	margin-left: -87px;
}
.top_nav_right {
    width: 950px;
    float: right;
}
.top_nav_right_info {
    height:33px;
    text-align: right;
}
.top_nav_right_info ul{
    border-right:1px solid #ccc;
}
.top_nav_right_info ul li{
    display: inline-block;
    line-height: 33px;
    padding:0 10px;
    color: #fff;
    border-left:1px solid #ccc;
    position: relative;
}
.top_nav_right_info ul li a{
    color:#fff;
    text-decoration:none;
}
.top_nav_right_info ul li input{
    width: 162px;
    height: 21px;
    border:0;
    background:#ddd;
    padding:0 5px;
    outline:none;
}
.top_nav_right_info ul li button{
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 9px;
    background:url(../images/search.png) no-repeat center center;
    border:0;
    outline:none;
    cursor: pointer;
}

/*幻灯片*/
.fullSlide{
    position:relative;
    margin:0 auto;
    top: -137px;
    min-width:1200px;}
.fullSlide .bd{
    position:relative;
    z-index:0; }
.fullSlide .bd li{
    height: 800px;}
.fullSlide .bd li a{
    display: block;
    height:600px;
}
.fullSlide .hd{
    position:relative;
    z-index:1;
    margin-top:-40%;
    height:30px;
    line-height:30px;
    text-align:center;
     filter:alpha(opacity=60);
     opacity:0.6 
}
.fullSlide .hd ul{
    text-align:center;
    padding-top:5px;
    width: 100%;
    position: absolute;
    bottom: -120px;
}
.fullSlide .hd ul li{
    cursor:pointer;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:12px;
    height:12px;
    margin:5px;
    background:#111;
    overflow:hidden; 
    font-size:0;
}
.fullSlide .hd ul .on{
    background:#015293;
}

/*切换*/
.main_tab{
    width:1200px;
    height: 570px;
    margin:auto;
    position: relative;
 }
.tab_left{
    width: 275px;
    height: 570px;
    float: left;
    z-index: 999;
}
.tab_right{
    width: 910px;
    height: 570px;
    float: right;
}
.tab_left ul{
    width: 300px;
    height:520px;
}
.tab_left li{
    width: 135px;
    height: 98px;
    margin-bottom:5px;
    margin-right:5px;
    float: left;
}
.tab_left li.l4,.tab_left li.l5,.tab_left li.l6,.tab_left li.l7{
    height: 85px;
}
.tab_left .first{
    width:275px;
    height: 103px;
    background:url(../images/list-1.jpg) no-repeat center center;
}
.tab_left li.l2>p{
    background:url(../images/list-2.jpg) no-repeat center center;
}
.tab_left li.l3>p{
    background:url(../images/list-3.jpg) no-repeat center center;
}
.tab_left li.l4>p{
	height: 85px;
    background:url(../images/list-4.jpg) no-repeat center center;
}
.tab_left li.l5>p{
	height: 85px;
    background:url(../images/list-5.jpg) no-repeat center center;
}
.tab_left li.l6>p{
	height: 85px;
    background:url(../images/list-6.jpg) no-repeat center center;
}
.tab_left li.l7>p{
	height: 85px;
    background:url(../images/list-3.jpg) no-repeat center center;
}
.tab_left li.l8 p{
    background:url(../images/list-7.jpg) no-repeat center center;
}
/* .tab_left li.l8{
    background:url(../images/list-7.jpg) no-repeat center center;
} */
.tab_left li.l9>p{
    background:url(../images/list-8.jpg) no-repeat center center;
}
.tab_left li>p{
    width: 135px;
    height: 98px;
    background:#015293;
    opacity:0.99;
    filter:alpha(opacity=99);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.tab_left li>p>span{
    width: 135px;
    height:98px;
    padding:20px;
    background:#015293;
    opacity:0.8;
    filter:alpha(opacity=80);
    display: block;
}
.tab_left li.l5>p>span,.tab_left li.l6>p>span,.tab_left li.l7>p>span{
    height:85px;
}
.tab_left li.l4>p span{
	width: 135px;
	height:85px;
	padding:20px;
    background:#319558;
	 opacity:0.8;
	 filter:alpha(opacity=80);
	 display: block;
}
.tab_left li.l5>p>span{
    background:#319558;
}
.tab_left li.l8>p>span{
    background:#319558;
}
.tab_left li.first p{
    width:275px;
    height:103px;
    padding:0;
/*    background:#c70f31;
    opacity:0.8;
    filter:alpha(opacity=80);
*/    background:url(../images/list-1.jpg) no-repeat center center;

}
.tab_left li.first p span{
    width:275px;
    height:103px;
    padding:20px;
    display: block;
    opacity:0.8;
    filter:alpha(opacity=80);}
.tab_left li p span b{
    font-size: 18px;
    display: block;
    font-weight: 500;
    line-height: 26px;
}
.tab_left li.first p span b{
    font-size:22px;
}
.tab_left li.first p span em{
    font-size:16px;
}
.tab_con{
    width: 910px;
    height: 564px;
    position: absolute;
    background:#fff;
    display: none;
}
.tab_con_tit{
    height: 56px;
    line-height: 40px;
    padding:8px 25px;
    border-top:3px solid #015293;
}
.tab_con_tit h3{
    font-size: 18px;
    width:200px;
    color: #015293;
    font-weight: bold;
    float: left;
}
.tab_con_tit a{
    float: right;
    color: #7d7d7d;
    font-size: 12px;
    font-weight: bold;
    text-decoration:underline;
}
.more_news{
    float: right;
    color: #7d7d7d;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    margin-right: 26px;
    margin-bottom: 10px;
}
/*shouye*/


/*重点新闻*/
.keynote_news{
    height: 500px;
    overflow: hidden;
}
.keynote_news dd{
    width: 340px;
    height: 130px;
    float: left;
    margin: -1px 20px 0 70px;
    padding-top:25px;
    border-top: 1px solid #ededed;
}
.keynote_news_left{
    width: 90px;
    height: 63px;
    float: left;
    background:#f4f4f4;
}
.keynote_news_left b{
    display: block;
    font-size: 24px;
    color: #666;
    text-align: center;
    line-height:40px;
    font-weight: 500;
}
.keynote_news_left span{
    display:block;
    font-size: 12px;
    text-align: center;
    line-height:16px;
}
.keynote_news_right{
    width: 230px;
    height: 100px;
    float: right;
}
.keynote_news_right a{
    display:block;
    height:42px;
    line-height:21px;
    overflow: hidden;
    font-size: 16px;
    color: #19629d;
}
.keynote_news_right a:hover{
    color: #b42346;
}
.keynote_news_right span{
    font-size: 12px;
    color: #777;
    line-height:18px;
    height:46px;
    overflow: hidden;
    display: block;
    padding-top:10px;
}
/*通知公告*/
dl.notice{
    overflow: hidden;
    width:920px;
    height: 410px;
}
dl.notice dd{
    border-top: 1px solid #eee;
    width: 388px;
    padding:16px 0; 
    margin:0 32px;
    float: left;
    margin-top: -1px;
    overflow: hidden;
}
dl.notice dd h3{
    position: relative;
    padding-left:15px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
dl.notice dd h3 em{
    display: block;
    width:6px;
    height:6px;
    background:#19629d;
    position: absolute;
    left:0px;
    top: 11px;
    border-radius:10px;
}
dl.notice dd h3 a{
    color:#19629d;
    font-weight:bold;
    font-size: 14px;
}
dl.notice dd h3 a:hover{
    color: #b42346;
}
.tab_left li dl.notice dd p{
    background: none;
    width: 100%;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
dl.notice dd p a{
    color: #8a8a8a;
    font-size: 12px;
    padding-left:15px;
    display: block;
}
/*教学研究*/
/*校本资源*/
/*中高考专栏*/
/*智慧校园*/
/*名师工作室*/
/*校友工作室*/
/*师生风采*/
.tab_con_banner{
text-align: center;
}
.tab_con_banner a{
    display:block;
    width: 875px;
    margin:auto;
}
.tab_con_banner a img{
    width: 100%;
    height: 77px;
}
/*常用链接*/
.Common_link{
    width: 275px;
    background:#015293;
    position: relative;
}
.Common_link p a{
    display: block;
    float:right;
    width: 37px;
    height: 44px;
    /*border-left:1px solid #256aa2;*/
    /*background:url(../images/downward.png) no-repeat center center;*/
}
.Common_link p span{
    line-height: 44px;
    padding:0 10px;
    color: #fff;
    font-size: 18px;
}
.link_dl{
    font-size:0;
    background:#fff;
    width: 275px;
    position: absolute;
    border: 1px solid #015293;
    top:44px;
    left:0;
    overflow: hidden;
    z-index: 9;
}
.Common_link .off{
    display:none;
}
.link_dl dd{
    width: 92px;
    display: inline-block;
    border-left:1px solid #e5edf4;
    border-top:1px solid #e5edf4;
    margin-top: -1px;
    margin-left:-1px;
}
.link_dl dd a{
    font-size: 14px;
    display: block;
}
.link_dl dd a em{
    display: block;
    width: 91px;
    height: 40px;
}
.link_dl dd a:hover{
    background:#6c99bd;
}
.link_dl dd a:hover span{
    color: #fff;
}
.link_dl dd a em.ico_em1{
    background:url(../images/link_ico2.png) no-repeat center bottom;
}
.link_dl dd a:hover em.ico_em1{
    background:url(../images/link_ico22.png) no-repeat center bottom;
}
.link_dl dd a em.ico_em2{
    background:url(../images/link_ico1.png) no-repeat center bottom;
}
.link_dl dd a:hover em.ico_em2{
    background:url(../images/link_ico11.png) no-repeat center bottom;
}
.link_dl dd a em.ico_em3{
    background:url(../images/link_ico3.png) no-repeat center bottom;
}
.link_dl dd a:hover em.ico_em3{
    background:url(../images/link_ico33.png) no-repeat center bottom;
}
.link_dl dd a span{
    display:block;
    line-height:38px;
    text-align: center;
}
/*footer*/
.footer{
  width: 100%;
  margin-top: 50px;
  background:#19629d;
  border-top:1px solid #2f71a5;
}
.footer_top{
  width: 100%;
  height:38px;
  border-bottom: 1px solid #578cb8;
}
.footer_top_con{
  width: 1200px;
  margin:auto;
  background:#19629d;
}
.footer_top_con ul li{
  display: inline-block;
  border-right: 1px solid #6199c5;
  padding:0 5px;
  margin:9px 0;
  line-height:18px;
  position: relative;
}
.footer_top_con ul li.f1{
  border-left: 1px solid #6199c5;
}
.footer_top_con ul li a{
  color: #fff;
  display: block;
  padding:0 10px;
}
.footer_top_con ul li span{
  color: #fff;
  cursor: pointer;
  display: block;
  padding:0 20px 0 10px;
  background: url(../images/downward_white.png) no-repeat 52px center;
}
.footer_top_con ul li span.on{
  color: #196291;
  background: url(../images/downward_blue.png) no-repeat 52px center #fff;
}
.footer_top_con ul li p{
  position: absolute;
  bottom:-28px;
  left:-45%;
  width:530px;
  padding:5px 10px;
  background:#fff;
  display: none;
  z-index: 10;
}
.footer_top_con ul li p a{
  display: inline-block;
  color: #196291;
  padding:0 4px;
}
.footer_bottom{
  padding:10px 0 20px 0;
  height:150px;
  width: 1200px;
  margin: auto;
  background:#19629d;
}
.footer_bottom_left{
  float: left;
  width: 890px;
 
}
.footer_bottom_left p{
	font-size:16px;
  line-height: 26px;
  font-family: "宋体";
  color: #fff;

}
 /* padding-left:30px;*/
.footer_bottom_left p a{
    color: #fff;
    margin-right:10px;
}
.footer_bottom_left p.f_link{
    padding-bottom:10px;
}
.footer_bottom_right{
  float: right;
  width: 220px;
  margin-top:5px;
  color: #fff;
  line-height:20px;
  background:url(../images/wx_footer.png) no-repeat left center;
  position: relative;
}
.footer_bottom_right em{
  position: absolute;
  bottom: 30px;
  left: 0px;
  display: none;
}
/*首页左侧链接下侧添加*/
.left_list_nav{
    height: 104px;
    width: 280px;
}
.left_list_nav p{
    height:52px;
}
.left_list_nav p a{
    display: block;
    width: 135px;
    height: 47px;
    float: left;
    margin-right:5px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background: url(../images/list-3.jpg) no-repeat center center;
}
.left_list_nav p a span{
    width:135px;
    height: 47px;
    padding-left: 20px;
    padding-top: 3px;
    background: #015293;
    opacity: 0.8;
    display: block;
    filter: alpha(opacity=80);
}
.left_list_nav p a:hover span{
    background:#c70f31;
}
.left_list_nav p a span b {
    font-size: 18px;
    display: block;
    font-weight: 500;
    line-height: 26px;
}

/*添加通知滚动*/
.txtScroll-top{ 
    overflow:hidden; 
    width: 310px;
    float: right;
    padding-right:10px;}
.txtScroll-top .infoList li{ 
    height:40px; 
    width: 300px;
    overflow: hidden;
    margin:0;
    line-height:40px;}
.txtScroll-top .infoList li a{
    color: #333;
    text-decoration:none;
    float: left;
    }
.horn{
    float: left;
    padding-left:15px; 
    background:url(../images/horn.png) no-repeat left center;
    color:#f30000;
    }
.txtScroll-top .bd{
    float: left;
    width:210px;
    }
/*通知公告弹出*/
.special_box{
  position: absolute;
  top:-45px;
  left:0px;
  width:71px;
  height:26px;
  background:#d74126;
}
.cd-trigger{
  width: 71px;
  height:26px;
  bottom:0;
  left:0;
  line-height: 26px;
  z-index: 99997;
  opacity:1; 
  visibility:visible;
  background:url(../images/rd.gif)
}

.cd-items{
    height:26px;
    width: 71px;
    margin:0;
    padding:0;
  }
.cd-item{
    height:26px;
    width: 71px;
    margin:0;
    padding:0;
  }
  /*左侧导航修改*/
.tab_left li.l9{
	height: 124px;
    background:url(../images/list-9.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.link_add{
    height: 98px;
}
.link_add a{
  display: block;
  height: 60px;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #319558;
  margin-bottom:4px;
}
.link_add a em{
    font-size: 12px;
    display: block;
    line-height: 18px;
}
.link_add a:hover{
    background:#c70f31;
/*    opacity: 0.8;
    filter: alpha(opacity=80);
*/  }


.tab_left li p span.on{
    background:#c70f31;
  }

/*附中简介*/
.introduction{
    height: 400px;
    padding:0 30px;
    margin-bottom: 13px;
    background:url(../images/introduction_bg.jpg) no-repeat bottom center;
}

.topPicScroll{
  overflow:hidden;
  position:relative;
  width:800px;
  height:180px;
  margin-left: 25px;
}
.Campus_star{
  overflow:hidden;
  position:relative;
  width:850px;
  height:200px;
  margin-left:30px;
  padding-top: 20px;
}
.Campus_star .sPrev,.Campus_star .sNext,.topPicScroll .sPrev, .topPicScroll .sNext {
  display:block;
  top: 50px;
  width: 25px;
  height: 36px;
  position:absolute;
  overflow:hidden;
  cursor:pointer;
  background:url(../images/prev.png) 0 0 no-repeat;
}
.Campus_star .sPrev,.Campus_star .sNext{
    top:77px;
}
.Campus_star .sPrev,.topPicScroll .sPrev {
  left:0px;
}
.Campus_star .sNext,.topPicScroll .sNext {
  background:url(../images/next.png) 0 0 no-repeat;
  right:-5px;
}
.topPicScroll .bd {
  padding:0 30px;
}
.Campus_star .bd{
    padding:0 20px;
}
.Campus_star .bd dl,.topPicScroll .bd dl {
  overflow:hidden;
  height: 180px;
  zoom:1;
}
.Campus_star .bd dl{
    height: 200px;
}
.Campus_star .bd dl dd,.topPicScroll .bd dl dd {
  float:left;
  width:128px;
  padding:0 10px;
  height:200px;
  _display:inline;
  overflow:hidden;
  text-align:center;
  color:#555;
  margin:0;
}
.Campus_star .bd dl dd{
  width:131px;
  padding:0 15px;
}
.topPicScroll .bd dl dd b {
  display:block;
  height:18px;
  line-height:18px;
  padding-top: 6px;
  text-align:center;
  font-size:14px;
  overflow: hidden;
}
.topPicScroll .bd dl dd b a {
  color: #1b639e;
  font-weight: 500;
  font-size: 18px;
}
.Campus_star .bd dl dd .pic{
    position: relative;
}
.Campus_star .bd dl dd .pic span,.Campus_star .bd dl dd .pic b{
    height:30px;
    width:131px;
    background:#000;
    opacity: 0.7;
    display:block;
    position: absolute;
    bottom:0px;
    left:0px;
}
.Campus_star .bd dl dd .pic span{
    line-height: 30px;
    color: #fff;
    text-align: center;
    opacity:1;
    font-size: 16px;
    background:transparent;
}
.Campus_star .bd dl dd span,.topPicScroll .bd dl dd span{
  display:block;
  height:20px;
  line-height:15px;
  overflow:hidden;
  color: #999;
  font-size: 14px;
}
.Campus_star .bd dl dd span{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.topPicScroll .bd dl dd .pic {
  text-align:center;
  border:4px solid #cfdde8;
}
.Campus_star .bd dl dd .pic{
  text-align:center;
}
.topPicScroll .bd dl dd .pic img {
  width:120px;
  height:134px;
  display:block;
}
.Campus_star .bd dl dd .pic img{
    width:131px;
    height:154px;
    display:block;
}
.introduction_m{
    /*height: 160px;*/
    overflow: hidden;
    padding:0 20px;
}
.introduction_m h3{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #1a629d;
  line-height: 40px;
}
.introduction_m p{
  font-size: 14px;
  color: #333; 
  line-height:30px;
  text-indent:2em;
}
.school_badge_box{
  overflow: hidden;
  padding-top:15px;
}
.school_badge{
  float: left;
  height: 112px;
  line-height: 112px;
  overflow: hidden;
  padding-left:30px;
}
.school_badge_right div.sc_tit,.school_badge div.sc_tit{
  float: left;
  font-size: 18px;
  color: #1b639e;
  padding:0 10px;
}
.school_badge_right{
  overflow: hidden;
}
.school_badge_right div.sc_tit{
  padding:60px 20px 0 70px;
}

/**/
.topPicScroll_list{
    padding:16px 0;
    padding-left:40px;
}
.topPicScroll_list dl{
  overflow: hidden;
  width:855px;
  height:180px;
}
.topPicScroll_list dl dd{
  width:420px;
  height:34px;
  line-height:34px;
  position: relative;
  padding-left: 10px;
  padding-right: 30px;
  margin-bottom: 0px;
  overflow: hidden;
  float: left;
}
.topPicScroll_list dl dd em{
  position: absolute;
  top:11px;
  left:0px;
  height: 13px;
  border-left:2px solid #3475a9;
}
.topPicScroll_list dl dd a{
  font-size:14px;
}
.topPicScroll_list dl dd span{
    float: right;
    font-size:14px;
}

/*招生专栏*/
.Enrolment_column{
  height:500px;
  padding:15px 0;
  overflow: hidden;
}
.Enrolment_column_tab{
  width:800px;
  padding-left:30px;
  float: left;
}
.Enrolment_column_tab .inHd{
  border-bottom:1px solid #e5e5e5;
}
.Enrolment_column_tab .inHd dl{
  overflow: hidden;
}
.Enrolment_column_tab .inHd dl dd{
  margin-right:35px;
  height: 30px;
  line-height:30px;
  font-size: 16px;
  float: left;
  cursor: pointer;
}
.Enrolment_column_tab .inHd dl dd.on{
  border-bottom: 2px solid #015293;
}
.Enrolment_column_tab .inBd dl{
  padding-top:12px;
}
.Enrolment_column_tab .inBd dl dd{
  height:32px;
  line-height:32px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 0px;
  overflow: hidden;
}
.Enrolment_column_tab .inBd dl dd em{
  position: absolute;
  top:12px;
  left:0px;
  height: 13px;
  border-left:2px solid #3475a9;
}
.Enrolment_column_tab .inBd dl dd a{
  font-size:14px;
}
.Enrolment_column_tab .inBd dl dd span{
    float: right;
    font-size:14px;
}
.Enrolment_column_tab .inBd dl dd i{
  padding-left: 10px;
}
.Enrolment_column_pic{
  float: right;
  width:180px;
  padding-right: 30px;
}
.Enrolment_column_pic dl dd{
  width:180px;
  height: 110px;
  position: relative;
  margin-bottom: 15px;
}
.Enrolment_column_pic dl dd a{
  display:block;
}
.Enrolment_column_pic dl dd a img{
  width:180px;
  height: 110px;
  display:block;
}
.Enrolment_column_pic dl dd p,.Enrolment_column_pic dl dd span{
  position: absolute;
  width:180px;
  bottom:0px;
  left:0px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.Enrolment_column_pic dl dd p{
  background:#000;
  opacity: 0.5;
}
/*教学科研*/
.sd_Research{
  width:900px;
  height: 412px;
  padding-left: 10px;
  padding-top: 15px;
  overflow: hidden;
}
.sd_Research_box{
  float: left;
  width:260px;
  margin-left:30px;
}
.sd_Research_box .s_tit{
  position: relative;
  padding-left:18px;
  line-height: 30px;
  overflow: hidden;
  border-bottom:1px solid #eee;
}
.sd_Research_box .s_tit em{
  position: absolute;
  width: 9px;
  height: 9px;
  background-color:#015293;
  left:0px;
  top:10px;
}
.sd_Research_box .s_tit h3{
  float: left;
  font-size:14px;
  color: #015293;
}
.sd_Research_box .s_tit a{
  float: right;
  font-size: 12px;
  color: #666;
}
.sd_Research_box dl{
  padding-top: 10px;
}
.sd_Research_box dl dd{
  line-height:40px;
  height:40px;
  padding-left:15px;
  overflow: hidden;
  position: relative;
}
.sd_Research_box dl dd em{
  position: absolute;
  top:18px;
  left:0px;
  width:6px;
  height:6px;
  background-color:#015293;
  border-radius:20px;
}
.sd_Research_box dl dd span{
  float: right;
  font-size:14px;
  color: #999;
}
.sd_Research_box dl dd a{
  font-size:14px;
  color: #666;
}
.sd_Research_box dl dt{
    padding-top: 10px;
}
.sd_Research_box dl dt a{
    display:block;
}
.sd_Research_box dl dt a img{
    width:235px;
    height: 60px;
}
i.word,span.word{
  color:#0d75d9;
}
i.ppt,span.ppt{
  color:#c93d26;
}
i.excle,span.excle{
  color:#266c40;
}
i.rar,span.rar{
  color:#de6dec;
}
i.pack{
  color:#5fb878;
}
/*特色课程*/
.school_based_box{
    height: 412px;
    padding:30px;
    padding-top:23px;
    overflow: hidden;
}
.school_based_left{
  width: 270px;
  padding-right:26px;
  float: left;
}
.school_based_left dl dt{
  padding-bottom:3px;
  border-bottom:1px dashed #eee;
}
.school_based_left dl dd{
  border-bottom:1px dashed #eee;
}

.school_based_left dl dt .based_tit{
  position: relative;
  width: 270px;
  height: 150px;
}
.school_based_left dl dt .based_tit img{
  width: 270px;
  height: 150px;
}
.school_based_left dl dt .based_tit a{
  width: 59px;
  height: 59px;
  padding: 6px;
  color: #fff;
  background-color: #c5c5c5;
  font-size: 60px;
  position: absolute;
  top: 26%;
  left:35%;
  border-radius: 40px;
}
.school_based_left dl dt .based_tit a:hover{
  color: #e2e2e2;
}
.school_based_left dl .based_m{
  padding:11px 0;
}
.school_based_left dl .based_m p{
  width: 270px;
  height:20px;
  line-height:20px;
  overflow: hidden;
}
.school_based_left dl .based_m p i{
  color: #c5c5c5;
  font-size:12px;
  padding-right: 6px;
}
.school_based_left dl .based_m p i.red{
  color: #e50000;
  font-size:14px
}
.school_based_left dl .based_m p a{
  font-size:14px;
  color: #333;
}
.school_based_right{
  float: left;
  width:550px;
  overflow: hidden;
}
.school_based_right .s_tit{
  position: relative;
  padding-left:18px;
  line-height:26px;
  overflow: hidden;
  border-bottom:1px solid #eee;
}
.school_based_right .s_tit em{
  position: absolute;
  width: 9px;
  height: 9px;
  background-color:#015293;
  left:0px;
  top:9px;
}
.school_based_right .s_tit h3{
  float: left;
  font-size:14px;
  color: #015293;
}
.school_based_right .s_tit a{
  float: right;
  font-size: 12px;
  color: #666;
}
.school_based_right dl{
    width:580px;
    padding-top:1px;
    overflow: hidden;
}
.school_based_right dl dd{
  width:260px;
  float: left;
  padding:9px 0;
  margin-right:28px;
  border-bottom:1px dashed #eee;
}
.school_based_right dl dd p{
  width:260px;
  height:22px;
  line-height:22px;
  overflow: hidden;
}
.school_based_right dl dd p a{
  font-size: 14px;
  color: #333;
}
.school_based_right dl dd p em{
  color: #b5b5b5;
  display:inline-block;
  width:95px;
}
.school_based_right dl dd p em.e1{
  color: #0c7dd9;
}
.school_based_right dl dd p i{
  color: #b5b5b5;
}
.sd_Research_box dl dd a:hover,.sd_Research_box dl dd a:hover,.school_based_right dl dd p a:hover,.school_based_left dl .based_m p a:hover{
    color: #b42346;}
/*
*特色课程
 */
.school_based_right dl{
    padding-top: 6px;
}
.school_based_right dl dd{
    width:522px;
    overflow: hidden;
}
.school_based_right dl dd .pic{
    float: left;
}
.school_based_right dl dd .tit{
    width:400px;
    float: right;
}
.school_based_right dl dd .pic img{
    width:100px;
    height:50px;
    display: block;
}
.school_based_right dl dd .tit p{
    width:auto;
}


.footer_bottom_left{
    position: relative;
    padding-left: 10px;
    width:890px;
}
#_ideConac{
    position: absolute;
    top:-7px;
    left:0;
}